The ImagickDraw class
PHP Manual

ImagickDraw::pathLineToHorizontalRelative

(PECL imagick 2.0.0)

ImagickDraw::pathLineToHorizontalRelativeDraws a horizontal line

Descripción

bool ImagickDraw::pathLineToHorizontalRelative ( float $x )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Draws a horizontal line path from the current point to the target point using relative coordinates. The target point then becomes the new current point.

Lista de parámetros

x

x coordinate

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual